@charset "utf-8";

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
	/* for ie */
	font: 12px/1 "\5FAE\8F6F\96C5\9ED1", sans-serif;
	/* 用 ascii 字符表示，使得在任何编码下都无问题 */
	outline: none;
}


body {
	margin: 0 auto;
	padding: 0px;
	background: #fff;
	font-family: "微软雅黑", arial;
	font-size: 12px;
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p {
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	list-style-type: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

.content {
	width: 1412px;
	margin: 0 auto;
	position: relative;
}

.marauto {
	margin: 0 auto;
}


/* 公共链接样式 */
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/* 链接和文字颜色 */
.cWhite,
a.cWhite:link,
a.cWhite:visited {
	color: #fff;
}

.cWhite1,
a.cWhite1:link,
a.cWhite1:visited {
	color: #F7F6F6;
}

.cRed,
a.cRed:link,
a.cRed:visited {
	color: #9F0912;
}

.cRed_d1,
a.cRed_d1:link,
a.cRed_d1:visited {
	color: #FF3C00;
}

.cBlack,
a.cBlack:link,
a.cBlack:visited {
	color: #000;
}

.cBlue,
a.cBlue:link,
a.cBlue:visited {
	color: #4894BA;
}

.cBlue_d1,
a.cBlue_d1:link,
a.cBlue_d1:visited {
	color: #4994BB;
}

.cGray,
a.cGray:link,
a.cGray:visited {
	color: #333;
}

.cGray_d1,
a.cGray_d1:link,
a.cGray_d1:visited {
	color: #666;
}

.cOran,
a.cOran:link,
a.cOran:visited {
	color: #FFEBB8;
}

.green,
a.green:link,
a.green:visited {
	color: #60bda3;
}

.con p {
	line-height: 35px;
	margin-bottom: 25px;
	font-size: 18px;
	word-wrap: break-word;

	text-align: justify;
}


.none {
	display: none
}

.chen_01 {
	float: right;
}

.chen_01 li {
	float: left;
	font-size: 18px;
	margin-right: 10px;
	margin-top: 20px;
	width: 82px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}

.chen_01 li a {
	color: #333;
	width: 100%;
	display: block;
}

.chen_01 li:hover {
	background: #006fd7;
	width: 82px;
	height: 28px;
	border-radius: 50px;
	text-align: center;
}

.chen_01 li a:hover {
	color: #FFF;
}

.cmh {
	background: #006fd7;
	width: 82px;
	height: 28px;
	border-radius: 50px;
	text-align: center;
}

.cmh a {
	color: #FFF;
}


.chen_02 {
	position: relative;
	height: auto;
}

.search_box {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	position: relative;
}

.textbox {
	background-color: #FFF;
	border: none;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	width: 90%;
	height: 58px;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 17px;
}

.chen_03 {
	background: url(/static/index/img/c3.png);
	width: 92px;
	height: 60px;
	border-radius: 0 30px 30px 0;
	position: absolute;
	top: 0;
	right: -5px;
	border: 0;
	cursor: pointer;
}

.chen_04 {
	position: absolute;
	width: 42%;
	top: 70%;
	left: 29%;
	z-index: 99;
	/* display: none; */
}

.chen_05 ul {
	width: 1456px;
	float: left;
}

.chen_05 li {
	background: #ededed;
	width: 320px;
	height: 296px;
	border-radius: 15px;
	color: #333;
	float: left;
	margin-right: 44px;
	margin-bottom: 60px;
}

.chen_05 li img {
	width: 320px;
	height: 228px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.chen_05 li:hover {
	background: #1b84e7;
	color: #FFF;
}

.chen_05 li a:hover {
	color: #FFF;
}

.chen_05 li p {
	font-size: 18px;
	line-height: 30px;
	padding: 19px 10px;
}

.chen_06 {
	background: #ececec;
	width: 60px;
	height: 4px;
	border-radius: 20px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.chen_20 {
	background: #f6f6f6;
	width: 1412px;
	height: 16px;
}

.navFix {
	/* position: fixed;
	top: 20px;
	z-index: 99999; */
}

.nav-wrap {
	width: 320px
}

/* 搜索页 */
.chen_09 {
	background: #f8f8f8;
	width: 100%;
	height: 120px;
}

.chen_07 {
	float: left;
	width: 1048px;
	padding-bottom: 60px;
}

.search_box2 {
	width: 1048px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	float: left;
}

.textbox2 {
	background-color: #FFF;
	font-size: 18px;
	padding-left: 20px;
	border-radius: 30px;
	width: 1027px;
	height: 56px;
	border: #006fd7 1px solid;
}

.chen_08 {
	background: url(/static/index/img/c3.png);
	width: 92px;
	height: 60px;
	border-radius: 0 30px 30px 0;
	position: absolute;
	top: 0;
	right: -5px;
	border: 0;
	cursor: pointer
}

.con img {
	max-width: 100%;
	margin: auto;
	display: block;
}

.chen_10 {
	background: #e2e2e2;
	width: 1048px;
	height: 1px;
}

.chen_11 ul {
	width: 1092px;
	float: left;
}

.chen_11 li {
	background: #ededed;
	width: 320px;
	height: 296px;
	border-radius: 15px;
	color: #333;
	float: left;
	margin-right: 44px;
	margin-bottom: 60px;
}

.chen_11 li img {
	width: 320px;
	height: 228px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.chen_11 li:hover {
	background: #1b84e7;
	color: #FFF;
}

.chen_11 li a:hover {
	color: #FFF;
}

.chen_11 li p {
	font-size: 18px;
	line-height: 30px;
	padding: 19px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.chen_14 li p:hover,
.chen_21 h1:hover,
.chen_24 h1:hover {
	color: #1b84e7
}

.chen_12 {
	width: 320px;
	float: right;
	position: relative;
}

.chen_13 {
	background: #ececec;
	width: 30px;
	height: 3px;
	border-radius: 20px;
	margin-bottom: 30px;
}

.chen_14 li {
	width: 320px;
	height: 110px;
	padding-bottom: 15px;
	border-bottom: #f8f8f8 1px solid;
	margin-top: 15px;
}

.chen_14 li img {
	width: 172px;
	height: 110px;
	float: left;
	border-radius: 5px;
}

.chen_14 li p {
	width: 128px;
	float: right;
	font-size: 18px;
	line-height: 30px;
}

.chen_15 {
	background: #ededed;
	width: 142px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
	cursor: pointer;
}

.chen_15 a {
	color: #999;
}

.chen_15:hover button {
	background: #006fd7;
	width: 142px;
	height: 40px;
	color: #fff;
}

.chen_15 a:hover {
	color: #fff;
}

.chen_16 {
	float: right;
	width: 970px;
}

.chen_16 li {
	float: left;
	width: 88px;
	margin-right: 14px;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 30px;
}

.chen_17 {
	background: #006fd7;
	width: 92px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
	margin-top: 20px;
}

.chen_17 a {
	color: #fff;
}


/* 详情页 */
.chen_18 {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}

.chen_18 li {
	float: left;
	margin-right: 16px;
	font-size: 14px;
	line-height: 28px;
	color: #999;
}


.overone p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/****/

.bq_bottom {
	float: left;
	width: 100%;
	padding-top: 56px;
	border-top: 10px solid #f6f6f6;
	padding-bottom: 30px;
}

.bq_bottom .cGray {
	line-height: 29px;
	text-align: center;
}

.bq_bottom .f1 {
	text-align: center;
	margin-top: 10px;
}

.topimg img {
	width: 100%;
	height: auto;
}


input[type=checkbox] {
	cursor: pointer;
	position: relative;
	width: 12px;
	height: 12px;
	font-size: 14px;
}

input[type=checkbox]::after {
	position: absolute;
	top: 0;
	background-color: #fff;
	color: #000;
	width: 12px;
	height: 12px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
	border: 1px solid #ddd;
}

input[type=checkbox]:checked::after {
	content: "✓";
	font-size: 12px;
	font-weight: bold;
	background-color: #006FF1;
	border: none;
	color: #fff;
	width: 14px;
	height: 14px;
}


#more button {
	width: 142px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	font-size: 18px;
	line-height: 40px;
}

/*分享*/
.code {
	height: 177px;
	width: 220px;
	display: block;
	padding: 21px;
}

.wxBox {
	z-index: 100000001;
	font-size: 12px;
	background: url(/static/pc/images/jqcode.gif) !important;
	padding: 6px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -122.5px;
	position: fixed;
	height: 245px;
	width: 220px;
}

.frameDiv {
	border: none;
	background: #fff;
}

.Top {
	color: #666;
	background: #f2f2f2;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #e8e8e8;
	width: 220px;
}

.Top span {
	margin-left: 15px;
}

.Close {
	_overflow: hidden;
	cursor: pointer;
	position: absolute;
	z-index: 10000000;
	color: #666;
	font-weight: bold;
	font-family: Helvetica, Arial;
	font-size: 14px;
	line-height: 20px;
	top: 8px;
	right: 20px;
}

.dis {
	display: block;
}

.undis {
	display: none;
}

li {
	list-style-type: none;
}

/*三右滑动门样式3开始*/
.tb37_ {
	width: 74px;
	margin: 0 auto;
	position: absolute;
	bottom: 10%;
	display: none;
}

.tbq1 {
	width: 74px;
}

.tbq1 ul {
	width: 90px;
}

.tbq1 li {
	height: 14px;
	width: 14px;
	float: left;
	cursor: pointer;
	margin-right: 16px;
}

.normaltab37 {
	background: #e1e1e1;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	border-radius: 50%;
}

.hovertab37 {
	background: #006fd7;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	border-radius: 50%;
}

/*三右滑动门样式3结束*/

.titlec {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
	margin-bottom: 10px;
	position: relative;
}

.titlec a {
	color: #999 !important;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	margin-top: 15px;
	position: absolute;
	right: 0;
}

.cc3t {
	font-size: 18px;
	float: left;
	line-height: 18px;
	color: #006fd7;
}

.titlel {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.contitle {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
}

.contime {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-bottom: 20px;
}

.c1048 {
	width: 1048px;
	position: relative;
}

.div01 {
	font-size: 16px;
	line-height: 30px;
	padding-left: 50px;
	padding-right: 50px;
}

/* 列表页2 */
.chen_25 {
	width: 1110px;
	margin: 0 auto;
}

.chen_23 li {
	width: 1110px;
	margin-bottom: 30px;
	overflow: hidden;
	border-bottom: #eaeaea 1px solid;
	padding-bottom: 20px;
}

.chen_23 li img {
	width: 250px;
	height: 142px;
	float: left;
}

.chen_23 li .chen_24 {
	width: 826px;
	height: 142px;
	float: right;
	position: relative;
}

.chen_24 h1 {
	font-size: 18px;
	line-height: 30px;
}

.chen_24 p {
	font-size: 14px;
	color: #999;
	position: absolute;
	top: 122px;
}

.chen_26 {
	font-size: 16px;
	color: #666;
}

.chen_26 a {
	font-size: 16px;
	color: #666;
}

.pagemumb {
	padding: 10px 0;
	text-align: center;
	color: #999999;
	font-size: 12px;
}

.pagemumb a {
	margin: 0 10px;
	display: inline-block;
	width: 16px;
	background: #eee;
	padding: 0px 6px;
	font-size: 14px;
	line-height: 28px
}

.pagemumb a:hover {
	background: #aeaeae
}

.pagemumb em {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 5px 8px;
	font-size: 16px;
	font-weight: bold
}

/* 新增块 */
.chen_22 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.chen_22 li {
	width: 685px;
	margin-bottom: 30px;
	overflow: hidden;
}

.chen_22 li img {
	width: 250px;
	height: 142px;
	float: left;
}

.chen_22 li .chen_21 {
	width: 412px;
	height: 142px;
	float: right;
	position: relative;
}

.chen_21 h1 {
	font-size: 18px;
	line-height: 30px;
}

.chen_21 p {
	font-size: 14px;
	color: #999;
	position: absolute;
	top: 122px;
}

.ss_btn {
    width: 30px;
    display: block;
    float: right;
    position: absolute;
    right: 0;
    top: 52px;
    display: none;
}.ss_btn img{
    width: 100%;
}

@media only screen and (max-width: 1280px) {
	.contime {
		font-size: 12px;
		color: #999;
		text-align: center;
		margin-bottom: 12px;
	}

	.ss_btn {
		width: 24px;
		float: right;
		position: absolute;
		right: 0;
		top: 36px;
		}

	.textbox2 {
		background-color: #FFF;
		font-size: 18px;
		padding-left: 20px;
		border-radius: 30px;
		width: 1027px;
		height: 56px;
		border: #006fd7 1px solid;
	}

	.div01 {
		font-size: 12px;
		line-height: 22px;
		padding-left: 38px;
		padding-right: 38px;
	}

	.c1048 {
		width: 748px;
		position: relative;
	}

	.contitle {
		font-size: 20px;
		font-weight: bold;
		color: #333;
		text-align: center;
		margin-bottom: 20px;
	}

	.content {
		width: 1006px;
		margin: 0 auto;
	}

	.titlel {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.titlec {
		font-size: 27px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 2px;
		margin-bottom: 4px;
		padding: 2px;
	}

	.marauto {
		margin: 0 auto;
	}


	/* 公共链接样式 */
	a:link {
		color: #000;
		text-decoration: none;
	}

	a:visited {
		color: #000;
		text-decoration: none;
	}

	a:hover {
		color: #000;
		text-decoration: none;
	}

	/* 链接和文字颜色 */
	.cWhite,
	a.cWhite:link,
	a.cWhite:visited {
		color: #fff;
	}

	.cWhite1,
	a.cWhite1:link,
	a.cWhite1:visited {
		color: #F7F6F6;
	}

	.cRed,
	a.cRed:link,
	a.cRed:visited {
		color: #9F0912;
	}

	.cRed_d1,
	a.cRed_d1:link,
	a.cRed_d1:visited {
		color: #FF3C00;
	}

	.cBlack,
	a.cBlack:link,
	a.cBlack:visited {
		color: #000;
	}

	.cBlue,
	a.cBlue:link,
	a.cBlue:visited {
		color: #4894BA;
	}

	.cBlue_d1,
	a.cBlue_d1:link,
	a.cBlue_d1:visited {
		color: #4994BB;
	}

	.cGray,
	a.cGray:link,
	a.cGray:visited {
		color: #333;
	}

	.cGray_d1,
	a.cGray_d1:link,
	a.cGray_d1:visited {
		color: #666;
	}

	.cOran,
	a.cOran:link,
	a.cOran:visited {
		color: #FFEBB8;
	}

	.green,
	a.green:link,
	a.green:visited {
		color: #60bda3;
	}

	.con p {
		line-height: 26px;
		margin-bottom: 18px;
		font-size: 14px;
		word-wrap: break-word;
		
		text-align: justify;
	}


	.none {
		display: none
	}

	.chen_01 {
		float: right;
	}

	.chen_01 li {
		float: left;
		font-size: 14px;
		margin-right: 18px;
		margin-top: 13px;
		width: 65px;
		height: 28px;
		line-height: 28px;
		text-align: center;
	}

	.chen_01 li a {
		color: #333;
		width: 100%;
		display: block;
	}

	.chen_01 li:hover {
		background: #006fd7;
		width: 65px;
		height: 28px;
		border-radius: 50px;
		text-align: center;
	}

	.chen_01 li a:hover {
		color: #FFF;
	}

	.cmh {
		background: #006fd7;
		width: 82px;
		height: 28px;
		border-radius: 50px;
		text-align: center;
	}

	.cmh a {
		color: #FFF;
	}


	.chen_02 {
		position: relative;
		/* height: 440px; */
	}

	.search_box {
		/* width: 548px; */
		height: 45px;
		margin: 0 auto;
		position: relative;
	}

	.textbox {
		background-color: #FFF;
		border: none;
		/* border-radius: 30px; */
		/* width: 548px; */
		height: 45px;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 28px;
		font-size: 14px;
	}

	.chen_03 {
		background: url(/static/index/img/c3.png);
		width: 69px;
		height: 45px;
		border-radius: 0 26px 26px 0;
		position: absolute;
		background-size: contain;
		top: 0;
		right: -5px;
		border: 0;
		cursor: pointer;
	}

	.chen_04 {
		position: absolute;
		/* width: 800px; */
		/* top: 70%; */
		/* left: 20%; */
		z-index: 99;
	}

	.chen_05 ul {
		width: 1034px;
		float: left;
	}

	.chen_05 li {
		background: #ededed;
		width: 230px;
		height: 207px;
		border-radius: 15px;
		color: #333;
		float: left;
		margin-right: 28px;
		margin-bottom: 40px;
	}

	.chen_05 li img {
		width: 100%;
		height: 164px;
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;
	}

	.chen_05 li:hover {
		background: #1b84e7;
		color: #FFF;
	}

	.chen_05 li a:hover {
		color: #FFF;
	}

	.chen_05 li p {
		font-size: 14px;
		line-height: 20px;
		padding: 11px 6px;
	}

	.chen_06 {
		background: #ececec;
		width: 40px;
		height: 4px;
		border-radius: 20px;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.chen_20 {
		background: #f6f6f6;
		width: 1412px;
		height: 16px;
	}

	.navFix {
		/* position: fixed;
		top: 20px;
		z-index: 99999; */
	}

	.nav-wrap {
		width: 228px;
	}

	/* 搜索页 */
	.chen_09 {
		background: #f8f8f8;
		width: 100%;
		height: 120px;
	}

	.chen_07 {
		float: left;
		width: 748px;
		padding-bottom: 40px;
	}

	.search_box2 {
		width: 748px;
		height: 48px;
		margin: 0 auto;
		position: relative;
		float: left;
	}

	.textbox2 {
		background-color: #FFF;
		font-size: 14px;
		padding-left: 14px;
		border-radius: 30px;
		width: 748px;
		box-sizing: border-box;
		height: 48px;
		padding-right: 81px;
		border: #006fd7 1px solid;
	}

	.chen_08 {
		background: url(/static/index/img/c3.png);
		width: 71px;
		height: 47px;
		border-radius: 0 26px 26px 0;
		position: absolute;
		top: 0;
		right: 0;
		border: 0;
		background-size: contain;
		cursor: pointer;
	}

	.con img {
		max-width: 100%;
		margin: auto;
		display: block;
	}

	.chen_10 {
		background: #e2e2e2;
		width: 748px;
		height: 1px;
	}

	.chen_11 ul {
		width: 775px;
		float: left;
	}

	.chen_11 li {
		background: #ededed;
		border-radius: 15px;
		color: #333;
		float: left;
		margin-right: 28px;
		margin-bottom: 40px;
		width: 230px;
		height: 207px;
	}

	.chen_11 li img {
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;
		width: 230px;
		height: 164px;
	}

	.chen_11 li:hover {
		background: #1b84e7;
		color: #FFF;
	}

	.chen_11 li a:hover {
		color: #FFF;
	}

	.chen_11 li p {
		font-size: 14px;
		line-height: 20px;
		padding: 11px 6px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.chen_14 li p:hover {
		color: #1b84e7
	}

	.chen_12 {
		width: 228px;
		float: right;
		position: relative;
	}

	.chen_13 {
		background: #ececec;
		width: 22px;
		height: 3px;
		border-radius: 20px;
		margin-bottom: 18px;
	}

	.chen_14 li {
		width: 228px;
		height: 82px;
		padding-bottom: 8px;
		border-bottom: #f8f8f8 1px solid;
		margin-top: 8px;
	}

	.chen_14 li img {
		width: 130px;
		height: 83px;
		float: left;
		border-radius: 5px;
	}

	.chen_14 li p {
		width: 90px;
		float: right;
		font-size: 14px;
		line-height: 22px;
	}

	.chen_15 {
		background: #ededed;
		width: 120px;
		height: 28px;
		font-size: 14px;
		line-height: 28px;
		text-align: center;
		margin: 0 auto;
		border-radius: 5px;
	}

	.chen_15 a {
		color: #999;
	}

	.chen_15:hover {
		background: #006fd7;
		width: 120px;
		height: 28px;
	}

	.chen_15 a:hover {
		color: #fff;
	}

	.chen_16 {
		float: right;
		width: 695px;
	}

	.chen_16 li {
		float: left;
		width: 70px;
		margin-right: 6px;
		font-size: 12px;
		line-height: 17px;
		margin-bottom: 18px;
	}

	.chen_17 {
		background: #006fd7;
		width: 78px;
		height: 28px;
		font-size: 14px;
		line-height: 28px;
		text-align: center;
		margin: 0 auto;
		border-radius: 5px;
		margin-top: 12px;
	}

	.chen_17 a {
		color: #fff;
	}


	/* 详情页 */
	.chen_18 {
		float: right;
		position: absolute;
		right: 0;
		top: 0;
	}

	.chen_18 img {
		width: 22px;
		height: 22px;
	}

	.chen_18 li {
		float: left;
		margin-right: 10px;
		font-size: 12px;
		line-height: 22px;
		color: #999;
	}


	.overone p {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}


	/****/

	.bq_bottom {
		float: left;
		width: 100%;
		padding-top: 40px;
		border-top: 6px solid #f6f6f6;
		padding-bottom: 22px;
	}

	.bq_bottom .cGray {
		line-height: 24px;
		text-align: center;
	}

	.bq_bottom .f1 {
		text-align: center;
		margin-top: 10px;
	}

	.topimg img {
		width: 100%;
		/* height: 440px; */
	}


	input[type=checkbox] {
		cursor: pointer;
		position: relative;
		width: 10px;
		height: 10px;
		font-size: 12px;
	}

	input[type=checkbox]::after {
		position: absolute;
		top: 0;
		background-color: #fff;
		color: #000;
		width: 10px;
		height: 10px;
		display: inline-block;
		visibility: visible;
		padding-left: 0px;
		text-align: center;
		content: ' ';
		border: 1px solid #ddd;
	}

	input[type=checkbox]:checked::after {
		content: "✓";
		font-size: 12px;
		font-weight: bold;
		background-color: #006FF1;
		border: none;
		color: #fff;
		width: 14px;
		height: 14px;
	}


	#more button {
		width: 120px;
		height: 28px;
		border: 0;
		border-radius: 5px;
		font-size: 14px;
		line-height: 28px;
	}

	/*分享*/
	.code {
		height: 177px;
		width: 220px;
		display: block;
		padding: 21px;
	}

	.wxBox {
		z-index: 100000001;
		font-size: 12px;
		background: url(/static/pc/images/jqcode.gif) !important;
		padding: 6px !important;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		display: block;
		left: 50%;
		top: 50%;
		margin-left: -110px;
		margin-top: -122.5px;
		position: fixed;
		height: 245px;
		width: 220px;
	}

	.frameDiv {
		border: none;
		background: #fff;
	}

	.Top {
		color: #666;
		background: #f2f2f2;
		height: 24px;
		line-height: 24px;
		border-bottom: 1px solid #e8e8e8;
		width: 220px;
	}

	.Top span {
		margin-left: 15px;
	}

	.Close {
		_overflow: hidden;
		cursor: pointer;
		position: absolute;
		z-index: 10000000;
		color: #666;
		font-weight: bold;
		font-family: Helvetica, Arial;
		font-size: 14px;
		line-height: 20px;
		top: 8px;
		right: 20px;
	}

	.dis {
		display: block;
	}

	.undis {
		display: none;
	}

	li {
		list-style-type: none;
	}

	/*三右滑动门样式3开始*/
	.tb37_ {
		width: 74px;
		margin: 0 auto;
		position: relative;
		bottom: 100px;
	}

	.tbq1 {
		width: 74px;
	}

	.tbq1 ul {
		width: 90px;
	}

	.tbq1 li {
		height: 14px;
		width: 14px;
		float: left;
		cursor: pointer;
		margin-right: 16px;
	}

	.normaltab37 {
		background: #e1e1e1;
		width: 14px;
		height: 14px;
		vertical-align: middle;
		border-radius: 50%;
	}

	.hovertab37 {
		background: #006fd7;
		width: 14px;
		height: 14px;
		vertical-align: middle;
		border-radius: 50%;
	}

	/*三右滑动门样式3结束*/
	.logo {}

	.logo img {
		width: 300px;
		height: auto;
		margin-top: 9px;
	}

	.cc3t {
		font-size: 14px;
		float: left;
		line-height: 18px;
		color: #006fd7;
	}

	/* 列表页2 */
	.chen_25 {
		width: 750px;
		margin: 0 auto;
	}

	.chen_23 li {
		width: 100%;
		margin-bottom: 30px;
		overflow: hidden;
		border-bottom: #eaeaea 1px solid;
		padding-bottom: 20px;
	}

	.chen_23 li img {
		width: 190px;
		height: 108px;
		float: left;
	}

	.chen_23 li .chen_24 {
		width: 550px;
		height: 108px;
		float: right;
		position: relative;
	}

	.chen_24 h1 {
		font-size: 16px;
		line-height: 30px;
	}

	.chen_24 p {
		font-size: 12px;
		color: #999;
		position: absolute;
		top: 95px;
	}

	.chen_26 {
		font-size: 14px;
		color: #666;
	}

	.chen_26 a {
		font-size: 14px;
		color: #666;
	}

	.pagemumb {
		padding: 10px 0;
		text-align: center;
		color: #999999;
		font-size: 12px;
	}

	.pagemumb a {
		margin: 0 10px;
		display: inline-block;
		width: 16px;
		background: #eee;
		padding: 0px 6px;
		font-size: 14px;
		line-height: 28px
	}

	.pagemumb a:hover {
		background: #aeaeae
	}

	.pagemumb em {
		width: 15px;
		height: 15px;
		display: inline-block;
		margin: 5px 8px;
		font-size: 16px;
		font-weight: bold
	}

	/* 新增块 */
	.chen_22 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.chen_22 li {
		width: 492px;
		margin-bottom: 22px;
		overflow: hidden;
	}

	.chen_22 li img {
		width: 190px;
		height: 108px;
		float: left;
	}

	.chen_22 li .chen_21 {
		width: 291px;
		height: 108px;
		float: right;
		position: relative;
	}

	.chen_21 h1 {
		font-size: 14px;
		line-height: 22px;
	}

	.chen_21 p {
		font-size: 14px;
		color: #999;
		position: absolute;
		top: 122px;
	}

	.titlec a {
		position: absolute;
		color: #999 !important;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0;
		margin-top: 15px;
		right: 0;
	}
}